Documents for PDF, .NET Edition Documentation
OwnedSortedDictionary<TKey,TValue> Class
Members 

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace : OwnedSortedDictionary<TKey,TValue> Class
The type of the keys in the dictionary.
The type of the values in the dictionary.
Represents a collection of key/value pairs that are sorted on the key. Values should support IOwnedObject interface, collection updates their Owner property.
Object Model
OwnedSortedDictionary<TKey,TValue> Class
Syntax
'Declaration
 
Public Class OwnedSortedDictionary
    (Of TKey,TValue As IOwnedObject) 
   Inherits ObservableSortedDictionary(Of TKey,TValue)
   Implements IOwnedObject 
public class OwnedSortedDictionary<TKey,TValue> : ObservableSortedDictionary<TKey,TValue>, IOwnedObject  
where TValue: IOwnedObject
Type Parameters
TKey
The type of the keys in the dictionary.
TValue
The type of the values in the dictionary.
Inheritance Hierarchy

System.Object
   GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>
      GrapeCity.Documents.Common.OwnedSortedDictionary<TKey,TValue>

See Also

Reference

OwnedSortedDictionary<TKey,TValue> Members
GrapeCity.Documents.Common Namespace